PASO 1 : Tenga en cuenta que lo iniciamos con una función set_stage . ¡Llamémoslo en nuestra función main !
- En LÓGICA, vaya a y arrastre Main Function debajo de donde dice MAIN FUNCTION .
- Luego, arrastre Function Call Into Variables dentro de su función main .
- Cambie my_function() a set_stage() para que podamos crear los gráficos para nuestro programa.
To navigate the page using the TAB key, first press ESC to exit the code editor.